InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / Keys Property

In This Topic
    Keys Property (ObservableDictionary<TKey,TValue>)
    In This Topic
    Gets an ICollection containing the keys of the ObservableDictionary<TKey,TValue>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Keys As ICollection(Of TKey)
    public ICollection<TKey> Keys {get;}
    See Also